Skip to content

merge: milestone-1 integration branch into main#99

Closed
snipcodeit wants to merge 14 commits intomainfrom
milestone-1
Closed

merge: milestone-1 integration branch into main#99
snipcodeit wants to merge 14 commits intomainfrom
milestone-1

Conversation

@snipcodeit
Copy link
Owner

Merges the milestone-1 integration branch (issues #71-#79, board management) into main. Closes #90 #91 #92 #93 #94.

Stephen Miller and others added 14 commits February 28, 2026 23:26
Add update_board_agent_state utility to board-sync.md and hook into
run.md at planner/executor/verifier spawn points for both quick and
plan-phase routes. Field is cleared after PR creation. All calls are
non-blocking — API failures never interrupt pipeline execution.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add sync_pr_to_board utility to workflows/board-sync.md that calls
  addProjectV2ItemById to add a PR as a GitHub Projects v2 board item
- Hook sync_pr_to_board into run.md after PR creation (non-blocking)
- Hook sync_pr_to_board into pr.md update_state step (linked mode only)
- Add board_reconcile step to sync.md that iterates cross-refs and calls
  sync_pr_to_board for all issue→PR implements links (idempotent, non-blocking)
- Add board-sync.md to execution_context of pr.md and sync.md
- Pull forward board-sync.md, board.md, issue.md, and state.md from prior
  milestone board issues (#71-#75) as this branch is based on main

Closes #76

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add mgw:board views subcommand supporting kanban, table, and roadmap layouts.
Creates GitHub Projects v2 views via GraphQL and outputs user instructions for
setting group-by configuration in the GitHub UI (API limitation).

Create docs/BOARD-SCHEMA.md documenting custom fields, Status options, GSD
route options, and the three intended layout views with their configuration.

Closes #77

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Rename table view from "All Issues" to "Triage Table — Team Planning"
- Add step-by-step column configuration instructions for triage planning
- Column order: Status, Milestone, Phase, GSD Route, AI Agent State
- Sort by Status ascending surfaces active work at top
- Update BOARD-SCHEMA.md with triage table column order and sort config
- Document table view entry in project.json storage schema

Closes #78

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ine grouping

- Add mgw:board views roadmap subcommand — creates ROADMAP_LAYOUT view named
  "Roadmap — Milestone Timeline" via createProjectV2View GraphQL mutation
- View dispatch updated: roadmap case delivers milestone grouping instructions
  and documents date field limitation (MGW uses iteration-based tracking)
- Document milestone due date workaround for timeline bar rendering
- Store roadmap view ID in project.json alongside kanban and table entries
- Update docs/BOARD-SCHEMA.md with full roadmap view configuration reference:
  - Group by Milestone step-by-step UI instructions
  - Date field limitation explanation and gh api workaround
  - Updated views table and storage schema with roadmap entry
- Completes the views subcommand: kanban + table + roadmap all implemented

Closes #79

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@snipcodeit snipcodeit closed this Mar 1, 2026
@snipcodeit snipcodeit deleted the milestone-1 branch March 1, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant